
             ----------- Compatibilidad ----------------       

  Los Ficheros Prg generados por esta apicacin 
  son para HMG Oficial de Roberto Lpez

  Si se quiere compativilidad con Minigui Extended

  Hay que colocar al principio del Fichero
 
*---------------------------------------------------*

  #define __SYSDATA__            //  <------- Minigui Extended

  # include "minigui.ch"

  Function Main

 
 *--------------------------------------*
 SET TOOLTIPSTYLE BALLOON
 // this follow rows is required ONLY for HMG Minigui Extended compatibility
 #ifdef __MINGW32__                          //  <------- Minigui Extended
   SET TOOLTIPBACKCOLOR {255,255,184 }
   SET TOOLTIPFORECOLOR {0,0,0 }
 #endif                                      //  <------- Minigui Extended
 *--------------------------------------*
               
*-----------------------------------------------------------------------------------------------*



            ---------  Compatibility  ------------ 

   Files generated by this apicacin Prg 

   are HMG Officer Roberto Lopez 

   If you want to Compatibility Minigui Extended 

   Should be placed at the beginning of the file 

*---------------------------------------------------*

  #define __SYSDATA__            //  <------- Minigui Extended

  # include "minigui.ch"

  Function Main

  *--------------------------------------*
 SET TOOLTIPSTYLE BALLOON
 // this follow rows is required ONLY for HMG Minigui Extended compatibility
 #ifdef __MINGW32__                          //  <------- Minigui Extended
   SET TOOLTIPBACKCOLOR {255,255,184 }
   SET TOOLTIPFORECOLOR {0,0,0 }
 #endif                                      //  <------- Minigui Extended
 *--------------------------------------*
               